type github.com/segmentio/asm/internal/unsafebytes.sliceHeader

2 uses

	github.com/segmentio/asm/internal/unsafebytes (current package)
		unsafebytes.go#L14: 	return *(*[]byte)(unsafe.Pointer(&sliceHeader{str: s, cap: len(s)}))
		unsafebytes.go#L17: type sliceHeader struct {